home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Maze.Form < prev    next >
Text File  |  1994-08-08  |  171b  |  26 lines

  1. Maze
  2. {
  3.     {
  4.         x1=-700000.0
  5.         x2= 100000.0
  6.         y1=-380000.0
  7.         y2= 380000.0
  8.     }
  9.     {
  10.         z=pixel
  11.         c=pixel
  12.         w=abs(z)
  13.     }
  14.     {
  15.         z=z*z
  16.         z=z+c
  17.         v=w*w
  18.         w=abs(z)
  19.     }
  20.     {
  21.         w>v
  22.     }
  23.     {
  24.     }
  25. }
  26.